
#addToCartBtn:hover{
  background-color:turquoise;
  width: 150px;
  height:30px;
  border: none;
  font-weight: bold;
  
}
#addToCartBtn{
  width: 150px;
  height:30px;
  border: none;
  
}




body {
  margin: 0px;
  padding: 0px;
  background-color: rgb(244, 242, 229);
}

.container {
  width: 98%;
  height: 500px;
  /* border: 2px solid red; */
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.textBox {
  width: 20%;
  /* border: 2px solid tomato; */
  /* padding-left: 40px; */
  padding-top: 30px;
}
.textBox h4 {
  margin-bottom: 2px;
}
.textBox span {
  height: 15px;
  width: 15px;
  background-color: brown;
  border-radius: 50%;
  display: inline-block;
}
.productBox {
  width: 72%;
  height: 100%;
  /* border: 2px solid teal; */
}
a {
  text-decoration: none;
  color: rgb(173, 9, 9);
  display: block;
  line-height: 18px;
  font-weight: 500;
}
.pirceRangeBox {
  line-height: 25px;
  overflow-y: scroll;
  width: 80%;
  height: 100px;
}
.whiteStrip {
  width: 100%;
  height: 50px;
  background-color: #f9f8f1;
  margin-top: 40px;
  padding-top: 15px;
  display: flex;
  justify-content: space-evenly;
}
.whiteStrip div:nth-child(1) {
  flex-basis: 40%;
  font-size: 30px;
  font-weight: bolder;
  color: rgb(121, 5, 5);
}

.whiteStrip :nth-child(2) select {
  border-radius: 10px;
  background-color: gainsboro;
}
.whiteStrip :nth-child(3) {
  font-size: 15px;
  padding-left: 10%;
  flex-basis: 30%;
  padding-top: 10px;
}
#cartButton {
  cursor: pointer;
}

/* fotter-------------------------------------------------------------------------------- */
#footcont {
  border: 1px solid transparent;
  width: 98%;
  height: 350px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-family: sans-serif;
  background-color: lightgray;
}
#footcont > div {
  width: 20%;
  height: 70%;
  border: 1px solid transparent;
}
.listfoot {
  padding: 1px;
}
.h3 {
  margin-left: 15px;
  font-size: 20px;
}

li {
  list-style: none;
  margin-left: 15px;
  font-size: 14px;
  line-height: 25px;
  color: black;
  font-weight: normal;
}
a {
  text-decoration: none;
}
.soc {
  display: grid;
  justify-content: left;
  padding: 20px;
  height: 70%;
}
.socdiv {
  width: 100%;
  height: 25px;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-evenly;
}
.socdiv > div {
  width: 25px;
  height: 100%;
  border: 1px solid transparent;
  margin-left: 10px;
}

.logimg {
  width: 100%;
  height: 100%;
}
.appstore {
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  margin-top: 10px;
}

.h6 {
  text-align: justify;
  word-wrap: normal;
  font-size: 8px;
  margin-top: 45px;
}
